Add gtk_offscreen_window_new() prototype to gtkoffscreenwindow.h
authorCody Russell <crussell@canonical.com>
Fri, 18 Dec 2009 13:37:12 +0000 (14:37 +0100)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:53:44 +0000 (20:53 -0400)
gtk/gtkoffscreenwindow.h

index 3aef9065b9e74c9b4c5cfb919f5ad19b9f3b892e..90d99879278f9b7b3e562e23a51a13afe0332456 100644 (file)
@@ -29,7 +29,9 @@ struct _GtkOffscreenWindowClass
   GtkWindowClass parent_class;
 };
 
-GType   gtk_offscreen_window_get_type () G_GNUC_CONST;
+GType      gtk_offscreen_window_get_type () G_GNUC_CONST;
+
+GtkWidget *gtk_offscreen_window_new ();
 
 G_END_DECLS